@ConditionalOnResource注解只在特定资源出现时才会包含配置,可以使用常见的Spring约定命名资源,例如file:/home/user/test.dat。
@ConditionalOnResource
file:/home/user/test.dat